home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000302_news@newsmaster….columbia.edu _Mon Nov 16 02:00:49 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA03517
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 16 Nov 1998 02:00:47 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id BAA20059
  7.     for kermit.misc@watsun; Mon, 16 Nov 1998 01:12:40 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!news-nyc.telia.net!newsfeed-zh.ip-plus.net!ubnnews.unisource.ch!news.itu.ch!ties.itu.int!marsh
  9. From: arthur marsh <marsh@ties.itu.int>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: check tcp/ip
  12. Date: Mon, 16 Nov 1998 07:12:14 +0100
  13. Organization: International Telecommunication Union (ITU)
  14. Lines: 12
  15. Message-ID: <Pine.OSF.4.03.9811160706420.22617-100000@ties.itu.ch>
  16. References: <7276a4$l10$1@garfield.vcn.bc.ca> <72kehr$1gd$1@garfield.vcn.bc.ca>
  17. NNTP-Posting-Host: ties.itu.ch
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. X-Trace: sanaga.itu.ch 911196743 3745 156.106.192.33 (16 Nov 1998 06:12:23 GMT)
  21. X-Complaints-To: abuse@itu.int
  22. NNTP-Posting-Date: 16 Nov 1998 06:12:23 GMT
  23. To: David Stow <dastow@vcn.bc.ca>
  24. X-Sender: marsh@ties.itu.ch
  25. In-Reply-To: <72kehr$1gd$1@garfield.vcn.bc.ca>
  26. Xref: news.columbia.edu comp.protocols.kermit.misc:9509
  27.  
  28. You should set your tcp/ip paramters ending with:
  29.  
  30. set port tcp/ip <destination-ip-address>
  31. pause 0
  32. if success forward noserial ; skip touching of serial port 
  33.                              ; if tcp/ip stack works
  34. set port 2 ; or other serial port
  35. ; commands that affect the serial port
  36. :noserial
  37. ; commands to set the terminal type and colour
  38.  
  39.